projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2d1042
)
toolitem: Set a css name
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 9 Dec 2015 01:47:21 +0000
(20:47 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 9 Dec 2015 01:53:56 +0000
(20:53 -0500)
gtk/gtktoolitem.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoolitem.c
b/gtk/gtktoolitem.c
index 78e318863de68453544b57ea28d42106c37b49a4..dab39e1bc31e05046a6762554ffb54a0546489d9 100644
(file)
--- a/
gtk/gtktoolitem.c
+++ b/
gtk/gtktoolitem.c
@@
-256,6
+256,8
@@
gtk_tool_item_class_init (GtkToolItemClass *klass)
NULL, NULL,
_gtk_marshal_VOID__VOID,
G_TYPE_NONE, 0);
+
+ gtk_widget_class_set_css_name (widget_class, "toolitem");
}
static void